PGetMasterItems
Gets the current state (on or off) of the Display Master Items command.
Query results
This query returns a boolean value indicating whether the Display
Master Items is enabled (true), or disabled (false).
Example. If Display Master Items is off, turn it on using the PMasterItems
command.
PGetMasterItems masterItems;
if (masterItems == false) PMasterItems(true);
See also
Adobe PageMaker 6.5 Help > Commands > Layout > Display Master Items
Copyright © 1996, Adobe Systems Incorporated. All rights reserved.
Comments or suggestions? Contact Adobe
Developer Support